@charset "utf-8";
.sectionHead {
	font:bolder small-caps 1em "Times New Roman", Times, serif;
	margin-right: 1em;
	}
li {
	list-style-type: none;
	margin-bottom:5px;

	}
ol>li {
	font:Arial, Helvetica, sans-serif;
	} 
ul>li>ol {
	text-decoration: underline;
	font-style: italic;
	
	}
ul>li>ol>li {
	list-style-type:decimal;
	text-decoration: none;
}

ul>li>ol>li>ul>li {
list-style-type:disc;
}
a:link {
	color:#0000FF;
	text-decoration: none;
}
a:visited {
	color:#0000FF;
	text-decoration: none;
}
a:hover{
	color:#CC0000;
	font-weight: bold;
}
a:active {
	color:#CC00FF;
	font-weight: bold;
	font-size: 1.1em;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
 	background-image: url(../Images/SiteWideImages/CanvasBackground.jpg);
}

h1, h2{
}

#header {
	text-align: center;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #999999;
}

.updated {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #666666;
	text-align: right;
}

#footer {
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #999999;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}
